// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! Platform abstractions.
#[cfg(unix)]
mod unix;
#[cfg(windows)]
mod windows;
#[cfg(not(windows))]
pub use std::fs::canonicalize;
#[cfg(unix)]
pub use unix::*;
#[cfg(windows)]
pub use windows::*;
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mixelpixx/microsoft-edit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server